- radius Include Only Points Within Radius
+ radius Include Only Points Within Radius
lat Latitude for center point (D.DDDDD) (required)
lon Longitude for center point (D.DDDDD) (required)
distance Maximum distance from center (required)
- exclude Exclude points close to center
- nosort Inhibit sort by distance to center
- maxcount Output no more than this number of points
- asroute Put resulting waypoints in route of this name
+ exclude Exclude points close to center
+ nosort Inhibit sort by distance to center
+ maxcount Output no more than this number of points
+ asroute Put resulting waypoints in route of this name
continue;
}
- printf(" %-20.20s %-.50s\n", qPrintable(vec.name), qPrintable(vec.desc));
+ printf(" %-20.20s %-.50s\n", qPrintable(vec.name), qPrintable(vec.desc));
const QVector<arginfo_t> args = vec.arginfo;
for (const auto& arg : args) {
if (!(arg.argtype & ARGTYPE_HIDDEN)) {